home *** CD-ROM | disk | FTP | other *** search
- /* border.c */
- void drawborder(long id,long button);
- void line3d(long wid,long c1,long c2,long x1,long y1,long xy2,long vertical);
- void agl_box(long wid,long c1,long c2,long x1,long y1,long x2,long y2,long fill,long inverse);
- void agl_text(long wid,long c,long x,long y,char *string);
-
-